xen.h: fix comment for vcpu_guest_context
authorWei Liu <wei.liu2@citrix.com>
Mon, 10 Apr 2017 10:28:01 +0000 (11:28 +0100)
committerWei Liu <wei.liu2@citrix.com>
Mon, 24 Apr 2017 13:01:19 +0000 (14:01 +0100)
Use the correct vcpuop name and delete one trailing white space.

Signed-off-by: Wei Liu <wei.liu2@citrix.com>
Acked-by: Jan Beulich <jbeulich@suse.com>
xen/include/public/arch-x86/xen.h

index 8a9ba7982bf0de9137e546fbdfcd5dde054962a0..f21332e897463b0ca250f5970d6a0e62197c702f 100644 (file)
@@ -159,10 +159,10 @@ DEFINE_XEN_GUEST_HANDLE(trap_info_t);
 typedef uint64_t tsc_timestamp_t; /* RDTSC timestamp */
 
 /*
- * The following is all CPU context. Note that the fpu_ctxt block is filled 
+ * The following is all CPU context. Note that the fpu_ctxt block is filled
  * in by FXSAVE if the CPU has feature FXSR; otherwise FSAVE is used.
  *
- * Also note that when calling DOMCTL_setvcpucontext and VCPU_initialise
+ * Also note that when calling DOMCTL_setvcpucontext and VCPUOP_initialise
  * for HVM and PVH guests, not all information in this structure is updated:
  *
  * - For HVM guests, the structures read include: fpu_ctxt (if